home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Disk Utility.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2005-01-10  |  1.7 KB  |  62 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFAppleHelpAnchor</key>
  6.     <string>dfa001</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeExtensions</key>
  13.             <array>
  14.                 <string>dsku</string>
  15.             </array>
  16.             <key>CFBundleTypeMIMETypes</key>
  17.             <array>
  18.                 <string>dsku</string>
  19.             </array>
  20.             <key>CFBundleTypeName</key>
  21.             <string>DocumentType</string>
  22.             <key>CFBundleTypeOSTypes</key>
  23.             <array>
  24.                 <string>dksu</string>
  25.             </array>
  26.             <key>CFBundleTypeRole</key>
  27.             <string>Editor</string>
  28.             <key>NSDocumentClass</key>
  29.             <string>DUDocument</string>
  30.         </dict>
  31.     </array>
  32.     <key>CFBundleExecutable</key>
  33.     <string>Disk Utility</string>
  34.     <key>CFBundleGetInfoString</key>
  35.     <string>10.4.3, Copyright Apple Computer, Inc. 1999-2004, All Rights Reserved.</string>
  36.     <key>CFBundleIconFile</key>
  37.     <string>DFA.icns</string>
  38.     <key>CFBundleIdentifier</key>
  39.     <string>com.apple.DiskUtility</string>
  40.     <key>CFBundleInfoDictionaryVersion</key>
  41.     <string>6.0</string>
  42.     <key>CFBundleName</key>
  43.     <string>Disk Utility</string>
  44.     <key>CFBundlePackageType</key>
  45.     <string>APPL</string>
  46.     <key>CFBundleShortVersionString</key>
  47.     <string>10.4.3</string>
  48.     <key>CFBundleSignature</key>
  49.     <string>dsku</string>
  50.     <key>CFBundleVersion</key>
  51.     <string>145.4</string>
  52.     <key>LSHasLocalizedDisplayName</key>
  53.     <true/>
  54.     <key>LSMinimumSystemVersion</key>
  55.     <string>10.3.0</string>
  56.     <key>NSMainNibFile</key>
  57.     <string>DUApp.nib</string>
  58.     <key>NSPrincipalClass</key>
  59.     <string>NSApplication</string>
  60. </dict>
  61. </plist>
  62.